docs(appwrite): sync 1.9.5 defaults#369
Merged
Merged
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughDocumentation for the Appwrite Helm chart was updated to reference newer default versions, and an upgrade note was added describing the required migration step for Appwrite 1.9.5. ChangesAppwrite Documentation Version Update
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related issues
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
mberlofa
added a commit
to helmforgedev/charts
that referenced
this pull request
Jul 7, 2026
Closes #688. ## Summary - Bump Appwrite from 1.9.0 to 1.9.5. - Bump the matching Appwrite Console image from 7.5.7 to 8.7.5, as called out in the upstream 1.9.5 release notes. - Update README values and image assertion tests. ## Upstream Evidence - Appwrite release: https://github.com/appwrite/appwrite/releases/tag/1.9.5 - Full changelog: appwrite/appwrite@1.9.0...1.9.5 - Main image manifest verified: `docker.io/appwrite/appwrite:1.9.5` supports `linux/amd64` and `linux/arm64`. - Console image manifest verified: `docker.io/appwrite/console:8.7.5` supports `linux/amd64` and `linux/arm64`. ## Site Sync - Site PR: helmforgedev/site#369 ## Validation - `make image-verify IMAGE=docker.io/appwrite/appwrite:1.9.5` - `make image-verify IMAGE=docker.io/appwrite/console:8.7.5` - `make deps-check CHART=appwrite` - `helm unittest charts/appwrite` - `make validate-chart CHART=appwrite` passed fully: 19 layers, including k3d behavioral validation for default and all CI values scenarios. - `make standards-check CHART=appwrite` - `node scripts/charts/template-standards-check.js --chart appwrite` - `make release-check REPO=charts` - `make attribution-check REPO=charts` ## Notes The first k3d run hit Docker Hub pull QPS limits while pulling the new Appwrite image across many workloads. I imported `docker.io/appwrite/appwrite:1.9.5` and `docker.io/appwrite/console:8.7.5` into the `k3d-helmforge-tests-wsl` containerd cache and reran the canonical gate successfully. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Updated default Appwrite and console versions to newer releases (Appwrite 1.9.5, console 8.7.5). * **Documentation** * Refreshed the Helm chart README with the latest default console image tag and added upgrade notes for an additional migration step. * **Tests** * Updated deployment test expectations to use the new Appwrite and console container images. * **Chores** * Made a small adjustment to the Helm values YAML formatting around the external secrets configuration. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: MergeCheck <mergecheck@example.invalid>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
Summary by CodeRabbit
image.tagvalues to match current documented server and console releases.